projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
425deda
)
accessibility-dump: Print diff by default
author
Colin Walters
<walters@verbum.org>
Tue, 6 Aug 2013 10:19:54 +0000
(11:19 +0100)
committer
Colin Walters
<walters@verbum.org>
Tue, 6 Aug 2013 10:22:59 +0000
(11:22 +0100)
There's just no reason not to; it makes things less tedious to
run from the command line.
testsuite/a11y/accessibility-dump.c
patch
|
blob
|
history
diff --git
a/testsuite/a11y/accessibility-dump.c
b/testsuite/a11y/accessibility-dump.c
index 6fbeb866f56334bad54978d5b1271ccda7ca9ba8..ce1a87a106d4f28a420cf0ee7a2082f89c43fe64 100644
(file)
--- a/
testsuite/a11y/accessibility-dump.c
+++ b/
testsuite/a11y/accessibility-dump.c
@@
-734,7
+734,7
@@
test_ui_file (GFile *file)
if (diff && diff[0])
{
- g_
test_message
("Contents don't match expected contents:\n%s", diff);
+ g_
printerr
("Contents don't match expected contents:\n%s", diff);
g_test_fail ();
g_free (diff);
}